Class yassl.listnode
All Packages    This Package    Previous    Next

Class yassl.listnode

java.lang.Object
   |
   +----yassl.pnode
           |
           +----yassl.listnode

public class listnode
extends pnode
This is a node that represents a list of statements.

Constructor Index

 o listnode(pnode[])

Method Index

 o eval(Env)
Evaluating a list node consists of evaluating every statement in the list, and returning the value of the last one, and creating a new environment before eval'ling the new instructions.

Constructors

 o listnode
  public listnode(pnode plist[])

Methods

 o eval
  public pnode eval(Env e) throws yasslError
Evaluating a list node consists of evaluating every statement in the list, and returning the value of the last one, and creating a new environment before eval'ling the new instructions.
Overrides:
eval in class pnode


All Packages    This Package    Previous    Next